Microsoft DirectX 8.1 (C++)

RequestDenialRemoved Event

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The RequestDenialRemoved event is called when a denial is removed from a request.

Syntax

object_RequestDenialRemoved(
    Req As ICARequest, 
    Denial As ICADenial, 
    cDenials As Long)

Parameters

  Req

Specifies the ICARequest object from which the denial was removed.

  Denial

Specifies the ICADenial object that was removed.

  cDenials

Specifies the number of denials that remain on this request.

Remarks

When the number of non-transient denials reaches zero, the request is allowed. The count returned in cDenials includes transient denials, so if cDenials is greater than zero, the client should check for transient denials. Also, the client should check for denials on components.